home *** CD-ROM | disk | FTP | other *** search
/ Comedians - The People Behind the Laughter / Comedians - The People Behind the Laughter.iso / CASTMACH.DIR / 00043_Field_43.txt < prev   
Text File  |  1995-08-11  |  2KB  |  40 lines

  1.   --CLEARGLOBALS FOR EACH KIOSK-MOVIE?
  2.   --clearGlobals
  3.   
  4.   global currentsprite, InvisRect, TitleBkgd, FLAGGER
  5.   global AudSize1, AudSize2, AudSize3, AudSize4, AudSize5, ├é
  6. AudSize6, AudSize7, AudSize8
  7.   global AudTape1, AudTape2, AudTape3, AudTape4, AudTape5
  8.   global AudTitle1, AudTitle2, AudTitle3, AudTitle4, AudTitle5
  9.   global Exit.up, Exit.dwn, PageAhead.up, ├é
  10. PageAhead.dwn, PageBack.up, PageBack.dwn, pictNum
  11.   
  12.   put 0 into FLAGGER
  13.   put the number of cast "TitleBkgd" into TitleBkgd
  14.   put the number of cast "InvisRect" into InvisRect
  15.   put the number of cast "AudSize1" into AudSize1
  16.   put the number of cast "AudSize2" into AudSize2
  17.   put the number of cast "AudSize3" into AudSize3
  18.   put the number of cast "AudSize4" into AudSize4
  19.   put the number of cast "AudSize5" into AudSize5
  20.   put the number of cast "AudSize6" into AudSize6
  21.   put the number of cast "AudSize7" into AudSize7
  22.   put the number of cast "AudSize8" into AudSize8
  23.   put the number of cast "AudTape1" into AudTape1
  24.   put the number of cast "AudTape2" into AudTape2
  25.   put the number of cast "AudTape3" into AudTape3
  26.   put the number of cast "AudTape4" into AudTape4
  27.   put the number of cast "AudTape5" into AudTape5
  28.   put the number of cast "AudTitle1" into AudTitle1
  29.   put the number of cast "AudTitle2" into AudTitle2
  30.   put the number of cast "AudTitle3" into AudTitle3
  31.   put the number of cast "AudTitle4" into AudTitle4
  32.   put the number of cast "AudTitle5" into AudTitle5
  33.   put the number of cast "Exit.up" into Exit.up
  34.   put the number of cast "Exit.dwn" into Exit.dwn
  35.   put the number of cast "PageAhead.up" into PageAhead.up
  36.   put the number of cast "PageAhead.dwn" into PageAhead.dwn
  37.   put the number of cast "PageBack.up" into PageBack.up
  38.   put the number of cast "PageBack.dwn" into PageBack.dwn
  39.   
  40.